﻿@charset "utf-8";
/*案例*/
.mm_frbox{height:auto; width:100%; margin:auto; position:relative; overflow:hidden; padding:4% 0;}
.mm_frBtnL{float:left; cursor:pointer; display:inline; margin-top:10px;position:absolute; z-index:5;}
.mm_frBtnR{float:right; cursor:pointer; display:inline; margin-top:10px; margin-left:21px; position:absolute; z-index:5;}
.mm_frUl{float:left; width:100%; height:auto;}
.mm_frUl ul li{display:inline; float:left; width:25%; height:auto; overflow:hidden;}
.mr_frbox{height:auto; width:100%; margin:auto; position:relative; overflow:hidden; padding:3% 0;}
.mr_frBtnL{float:left; cursor:pointer; display:inline; margin-top:10px;position:absolute; z-index:5;}
.mr_frBtnR{float:right; cursor:pointer; display:inline; margin-top:10px; margin-left:21px; position:absolute; z-index:5;}
.mr_frUl{float:left; width:100%; height:auto;}
.mr_frUl ul li{display:inline; float:left; width:25%; height:auto; overflow:hidden;}
.mb_frbox{height:auto; width:100%; margin:auto; position:relative; overflow:hidden;}
.mb_frBtnL{float:left; cursor:pointer; display:inline; margin-top:10px;position:absolute; z-index:5;}
.mb_frBtnR{float:right; cursor:pointer; display:inline; margin-top:10px; margin-left:21px; position:absolute; z-index:5;}
.mb_frUl{float:left; width:100%; height:auto;}
.mb_frUl ul li{display:inline; float:left; width:25%; height:auto; overflow:hidden;}

.case_cons{float:left; width:100%; height:auto;background:#dadada;}
.case_cons .case_cons_img{width:100%; height:auto; overflow:hidden;}
.case_cons .case_cons_img img{width:100%; height:auto; transform:scale(1); transition:all ease-in-out .5s;}
.case_cons p{width:100%; line-height:30px; font-size:14px; color:#686869; text-align:center;}
.case_cons:hover{background:#2e357d;}
.case_cons:hover .case_cons_img img{transform:scale(1.2);}
.case_cons:hover p{color:#fff;}

@media screen and (max-width: 1200.98px) { 
.mm_frUl ul li{width:50%;}
.mr_frUl ul li{width:50%;}
.mb_frUl ul li{width:50%;}
} 


/*荣誉*/
.honor_frbox {height:300px;}
.honor_frBtnL {float:left; cursor:pointer; display:inline; margin-top:110px;}
.honor_frBtnR {float:right; cursor:pointer; margin-top:110px;}
.honor_frUl {float:left; width:1300px; height:300px; margin-left:10px;}
.honor_frUl ul li {display:inline; float:left; width:220px; height:300px; overflow:hidden; margin:0px 20px;}


.honor_cons{float:left; width:220px; height:300px; background:url(honor_img.png);}
.honor_cons img{width:200px; height:280px; margin:10px;}



/*合作伙伴*/
.cooperation_frbox {height:286px;}
.cooperation_frBtnL {float:left; cursor:pointer; display:inline; margin-left:-140px; margin-top:25px;}
.cooperation_frBtnR {float:left; cursor:pointer; margin-left:-90px; margin-top:25px;}
.cooperation_frUl {float:left; width:780px; height:286px;overflow:hidden;}
.cooperation_frUl ul{float:left; width:780px; height:286px;}
.cooperation_frUl ul li {display:inline; float:left; width:259px; height:142px; border-top:1px solid #dfdfdf;  border-right:1px solid #dfdfdf;}
.cooperation_cons{float:left; width:259px; height:142px;}
.cooperation_cons img{width:259px; height:142px;}

/*合作伙伴2*/
.cooperations_frUl {float:left; width:780px; height:143px;overflow:hidden;}
.cooperations_frUl ul li {display:inline; float:left; width:259px; height:142px; border-top:1px solid #dfdfdf;  border-right:1px solid #dfdfdf;}
.cooperations_cons{float:left; width:259px; height:142px;}
.cooperations_cons img{width:259px; height:142px;}

/*关于我们*/
.about_frbox{height:auto; width:100%; margin:auto;}
.about_frBtnL{float:right; cursor:pointer; display:inline; margin-top:8px;}
.about_frBtnR{float:right; cursor:pointer; margin-top:8px;}
.about_frUl{float:left; width:100%; height:auto;}
.about_frUl ul li{display:inline; float:left; width:100%; height:auto; overflow:hidden;}

.about_img{float:left; width:100%; height:auto; background:#b9b9b9;}
.about_img img{width:100%; height:auto; transform:scale(1); transition:all ease-in-out .5s;}
